Skip to content

Add Ξc+ task.#158

Merged
vkucera merged 5 commits intoAliceO2Group:masterfrom
mfaggin:insert_xicpkpi
Mar 17, 2021
Merged

Add Ξc+ task.#158
vkucera merged 5 commits intoAliceO2Group:masterfrom
mfaggin:insert_xicpkpi

Conversation

@mfaggin
Copy link
Copy Markdown
Contributor

@mfaggin mfaggin commented Feb 10, 2021

No description provided.

@mfaggin
Copy link
Copy Markdown
Contributor Author

mfaggin commented Feb 16, 2021

@ginnocen @vkucera switched to "ready for review" status

@vkucera vkucera changed the title Xic: first insert in the validation framework Add Ξc+ task. Mar 8, 2021
Copy link
Copy Markdown
Collaborator

@vkucera vkucera left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are several pieces missing:

  • Application of cuts
  • Efficiency plots
  • MC task configuration
  • Run 5 configuration
  • Cleaning of plots

Also keep the order of variables consistent, i.e. always next to Λc.

@mfaggin
Copy link
Copy Markdown
Contributor Author

mfaggin commented Mar 17, 2021

There are several pieces missing:

  • Application of cuts
  • Efficiency plots
  • MC task configuration
  • Run 5 configuration
  • Cleaning of plots

Also keep the order of variables consistent, i.e. always next to Λc.

Hi @vkucera, the requested missing pieces shall be now in place, Let me know if something else is missing.

@vkucera
Copy link
Copy Markdown
Collaborator

vkucera commented Mar 17, 2021

Thanks @mfaggin .

  • I still don't see the Run 5 configuration.
  • There is no comparison with AliPhysics.

@ginnocen
Copy link
Copy Markdown
Contributor

I thought we decided to leave the aliphysics comparison for later, am I wrong?

@mfaggin
Copy link
Copy Markdown
Contributor Author

mfaggin commented Mar 17, 2021

I added the configurations also in the dpl-config_run5.json, sorry for the lack.
At the moment, there is not an implementation of the Xic in AliPhysics.

@vkucera
Copy link
Copy Markdown
Collaborator

vkucera commented Mar 17, 2021

I added the configurations also in the dpl-config_run5.json, sorry for the lack.
At the moment, there is not an implementation of the Xic in AliPhysics.

OK, no problem. I thought it was there already and I also saw you added OPT_COMPARE+="-xic". But it's fine, it can stay despite not doing anything for now.

@vkucera
Copy link
Copy Markdown
Collaborator

vkucera commented Mar 17, 2021

The efficiency part doesn't work because of the changed device name.
Do you prefer to remove it from the PR and merge it now or wait for the O2 device names to be fixed?

@mfaggin
Copy link
Copy Markdown
Contributor Author

mfaggin commented Mar 17, 2021

The efficiency part doesn't work because of the changed device name.
Do you prefer to remove it from the PR and merge it now or wait for the O2 device names to be fixed?

I tested the code locally and it runs properly because of the TaskName fix that I did.
If I am not wrong, as it is now everything shall work apart from the efficiency calculation for Xic due to this naming problem in the still present in the dev, but I would say that this does not compromise the work of other people if they do not include the Xic task. Do you thing it's ok to merge as it is? Or do you suggest to comment out something for the moment?

@mfaggin
Copy link
Copy Markdown
Contributor Author

mfaggin commented Mar 17, 2021

I would try to merge it as soon as possible, because in the next times I do not know how much time I can spend in this business

@vkucera
Copy link
Copy Markdown
Collaborator

vkucera commented Mar 17, 2021

The efficiency part doesn't work because of the changed device name.
Do you prefer to remove it from the PR and merge it now or wait for the O2 device names to be fixed?

I tested the code locally and it runs properly because of the TaskName fix that I did.
If I am not wrong, as it is now everything shall work apart from the efficiency calculation for Xic due to this naming problem in the still present in the dev, but I would say that this does not compromise the work of other people if they do not include the Xic task. Do you thing it's ok to merge as it is? Or do you suggest to comment out something for the moment?

Whatever is committed should work. So I am in favour of commenting out the efficiency line until the names are fixed.

Comment thread codeHF/config_input.sh
Comment on lines +80 to +83
12)
INPUT_LABEL="p-p MC 13 TeV Xic, LHC19g6f"
INPUT_DIR="/data/Xi_c_MC/LHC19g6f3/264347"
ISMC=1;;
Copy link
Copy Markdown
Collaborator

@vkucera vkucera Mar 17, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried to run this and it fails. Please fix it.
Also change the label to contain the same information as the other Run 2 cases.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I readapted the label name, let me know if it is ok.
About the code you ping: actually I have not run it in the aliceml machine, but I did all my tests locally in my laptop, downloading some MC file from the GRID. I checked the path in the machine and it is correct, but I think you see the failure because the files Kinematics.root and galice.root are not present.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I thought you are the one who downloaded the data there.
Who was it then?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No I have never touched anything in aliceml. I think @zhangbiao-phy took care of it.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No I have never touched anything in aliceml. I think @zhangbiao-phy took care of it.

Hi @mfaggin, I think you can test it now. I have downloaded both of them

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mfaggin
Copy link
Copy Markdown
Contributor Author

mfaggin commented Mar 17, 2021

The efficiency part doesn't work because of the changed device name.
Do you prefer to remove it from the PR and merge it now or wait for the O2 device names to be fixed?

I tested the code locally and it runs properly because of the TaskName fix that I did.
If I am not wrong, as it is now everything shall work apart from the efficiency calculation for Xic due to this naming problem in the still present in the dev, but I would say that this does not compromise the work of other people if they do not include the Xic task. Do you thing it's ok to merge as it is? Or do you suggest to comment out something for the moment?

Whatever is committed should work. So I am in favour of commenting out the efficiency line until the names are fixed.

The line that you suggest to comment out is the one in clean.sh?

@vkucera
Copy link
Copy Markdown
Collaborator

vkucera commented Mar 17, 2021

The efficiency part doesn't work because of the changed device name.
Do you prefer to remove it from the PR and merge it now or wait for the O2 device names to be fixed?

I tested the code locally and it runs properly because of the TaskName fix that I did.
If I am not wrong, as it is now everything shall work apart from the efficiency calculation for Xic due to this naming problem in the still present in the dev, but I would say that this does not compromise the work of other people if they do not include the Xic task. Do you thing it's ok to merge as it is? Or do you suggest to comment out something for the moment?

Whatever is committed should work. So I am in favour of commenting out the efficiency line until the names are fixed.

The line that you suggest to comment out is the one in clean.sh?

No, the one that is causing the name error.

 - efficiency estimation for Xic commented out in config_tasks.sh (waiting for device renaming)
 - label fixing for Xic case in config_input.sh
Comment thread codeHF/config_input.sh Outdated
ISMC=1;;
12)
INPUT_LABEL="p-p MC 13 TeV Xic, LHC19g6f"
INPUT_LABEL="p-p MC LHC19g6f" # dedicated Xic run2 MC (pp @ 13 TeV)"
Copy link
Copy Markdown
Collaborator

@vkucera vkucera Mar 17, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should put the corresponding data period here, not the MC production one.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done, sorry for the misunderstanding.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@vkucera vkucera merged commit 0bcc9a5 into AliceO2Group:master Mar 17, 2021
@mfaggin mfaggin deleted the insert_xicpkpi branch March 17, 2021 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants